/*custom css code*/


.more-btn{
	color: #000;
	margin-left: 30px;
	text-decoration: underline;
}
.pilimg{
	width: 100px;
	height: 100px;
	border-radius: 20px;
}

.blue{
	color: #9fff4a;
}

.price{
	display: flex;
	justify-content: space-around;
}

.span-little{
	font-size: 24px;
}

.old p{
	font-size: 32px;
}

.skidka p{
	font-size: 52px;
	color:red;
}
.new p{
	font-size: 42px;
}

.
.text-notice-bl{color:#1bcbdd !important;}
.text-notice-br{color:#efad97;}
.text-notice-wi{color:#fd3a80;}
#navigation{
	display: none;
}
.media-text{
	display: none;
}
#info-right{
	background-color: #ffffff;
	color: #000;
}

@media screen and (max-width: 1366px){
	.header-container .header-content {
    /* background-color: #43bccd; */
    background-image: url(colors/09.jpg);
    background-position-y: 120%;
    background-repeat: no-repeat;
}
}

@media screen and (max-width: 994px){
	.header-container .header-content {
    /* background-color: #43bccd; */
    background-color: #0ef942;
    background-image: none;
}
}
@media screen and (max-width: 478px){
	#media-info h2{
		text-align: center;
		font-size: 30px;
	}
	.mediatext-center{
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;	
		text-align: center;
	}
	.price{
		align-items: center;
	}
.old p{
	font-size: 22px;
}

.skidka p{
	font-size: 38px;
	color:#fff;
	background-color: red;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.new p{
	text-align: right;
	font-size: 32px;
}
#navigation{
	display: block;
}
.media-text{
	display: block;
}
.desktop{
	display: none;
}
.header-container .header-content .trapeze-bg {
    position: absolute;
    top: 0px;
    left: -15%;
    width: 65%;
    height: 100%;
    background-color: #f2f2f2;
    -webkit-transform: skewX(-7deg);
    -moz-transform: skewX(-7deg);
    -ms-transform: skewX(-7deg);
    -o-transform: skewX(-7deg);
    transform: skewX(-7deg);
}
}

@media screen and (max-width: 475px){
	.about-img{
		margin-bottom: 80px;
	}
}